﻿2026-07-29T10:18:05.2591153Z ##[group]Run actions/checkout@v5
2026-07-29T10:18:05.2591660Z with:
2026-07-29T10:18:05.2592021Z   repository: BigscreenVR/spt-bs-core
2026-07-29T10:18:05.2595048Z   token: ***
2026-07-29T10:18:05.2595397Z   ssh-strict: true
2026-07-29T10:18:05.2595751Z   ssh-user: git
2026-07-29T10:18:05.2596104Z   persist-credentials: true
2026-07-29T10:18:05.2596484Z   clean: true
2026-07-29T10:18:05.2596827Z   sparse-checkout-cone-mode: true
2026-07-29T10:18:05.2597227Z   fetch-depth: 1
2026-07-29T10:18:05.2597572Z   fetch-tags: false
2026-07-29T10:18:05.2597940Z   show-progress: true
2026-07-29T10:18:05.2598298Z   lfs: false
2026-07-29T10:18:05.2598612Z   submodules: false
2026-07-29T10:18:05.2599042Z   set-safe-directory: true
2026-07-29T10:18:05.2599508Z   allow-unsafe-pr-checkout: false
2026-07-29T10:18:05.2599908Z env:
2026-07-29T10:18:05.2600240Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-29T10:18:05.2600664Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-29T10:18:05.2615076Z ##[endgroup]
2026-07-29T10:18:05.3386442Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T10:18:05.3388023Z ##[group]Getting Git version info
2026-07-29T10:18:05.3388730Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T10:18:05.3389708Z [command]/usr/bin/git version
2026-07-29T10:18:05.3390133Z git version 2.43.0
2026-07-29T10:18:05.3403088Z ##[endgroup]
2026-07-29T10:18:05.3414506Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c0c16c5c-22cd-4ebd-bde3-8e4c7190f49d' before making global git config changes
2026-07-29T10:18:05.3415633Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T10:18:05.3417962Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T10:18:05.3450803Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T10:18:05.3468222Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T10:18:05.3478702Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T10:18:05.3481224Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T10:18:05.3497944Z HEAD
2026-07-29T10:18:05.3527519Z ##[endgroup]
2026-07-29T10:18:05.3528603Z [command]/usr/bin/git submodule status
2026-07-29T10:18:05.3711045Z ##[group]Cleaning the repository
2026-07-29T10:18:05.3713991Z [command]/usr/bin/git clean -ffdx
2026-07-29T10:18:05.3751882Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T10:18:05.3805142Z HEAD is now at c2e41d41 Merge 812d7158a207aa312a34d4b472f6b7a45cdfaeea into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:18:05.3810019Z ##[endgroup]
2026-07-29T10:18:05.3844652Z ##[group]Disabling automatic garbage collection
2026-07-29T10:18:05.3848303Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T10:18:05.3874173Z ##[endgroup]
2026-07-29T10:18:05.3874846Z ##[group]Setting up auth
2026-07-29T10:18:05.3879372Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T10:18:05.3904836Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T10:18:05.4093398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T10:18:05.4119694Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T10:18:05.4308086Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T10:18:05.4335962Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T10:18:05.4522822Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T10:18:05.4553474Z ##[endgroup]
2026-07-29T10:18:05.4554435Z ##[group]Fetching the repository
2026-07-29T10:18:05.4559939Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c2e41d416c8363b5fc8884d93ee83a802e233430:refs/remotes/pull/120/merge
2026-07-29T10:18:05.9296529Z ##[endgroup]
2026-07-29T10:18:05.9297430Z ##[group]Determining the checkout info
2026-07-29T10:18:05.9298335Z ##[endgroup]
2026-07-29T10:18:05.9305940Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T10:18:05.9345652Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T10:18:05.9368657Z ##[group]Checking out the ref
2026-07-29T10:18:05.9370927Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/120/merge
2026-07-29T10:18:05.9417149Z HEAD is now at c2e41d41 Merge 812d7158a207aa312a34d4b472f6b7a45cdfaeea into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:18:05.9421090Z ##[endgroup]
2026-07-29T10:18:05.9452765Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T10:18:05.9473746Z c2e41d416c8363b5fc8884d93ee83a802e233430
